home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / timestmp.zip / TIMESTMP.DOC < prev    next >
Text File  |  1990-01-16  |  1KB  |  24 lines

  1. The timestmp program writes the current date and time to the standard output
  2. device.  It accepts no arguments.
  3.  
  4. The ARC file includes six files:
  5.    fclbtime.cmd       a command (batch) file with a single command that will
  6.                       generate timestmp.exe by compiling, linking, and
  7.                       "binding" timestmp.for
  8.    timestmp.doc       this file
  9.    timestmp.exb       the executable file; "bound" so it will run under DOS,
  10.                       OS/2 real mode ("the DOS box"), and OS/2 protected mode
  11.                       (with full-screen, not windowed, prompt)
  12.    timestmp.exp       the executable file; for OS/2 protected mode only
  13.    timestmp.exr       the executable file; for OS/2 real mode and DOS only
  14.    timestmp.for       the source code
  15.  
  16. The timestmp command was written by Robert E. Zaret using Microsoft FORTRAN
  17. 5.1 under IBM OS/2 1.1.  The author claims no copyright, and thus relinquishes
  18. all rights; (i.e., this program is truly in the public domain).  In fact, the
  19. author encourages others to make modifications, such as:
  20.      rewrite in assembler or C
  21.      accept argument(s) to control format(s) of date and time (the number
  22.         of possible formats is staggering)
  23.      rewrite for Windows or OS/2 windowed prompt
  24.